type google.golang.org/protobuf/internal/impl.float32Converter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert.go#L121: return &float32Converter{t, defVal(fd, float32Zero)}
convert.go#L266: type float32Converter struct {
convert.go#L271: func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
convert.go#L277: func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
convert.go#L280: func (c *float32Converter) IsValidPB(v protoreflect.Value) bool {
convert.go#L284: func (c *float32Converter) IsValidGo(v reflect.Value) bool {
convert.go#L287: func (c *float32Converter) New() protoreflect.Value { return c.def }
convert.go#L288: func (c *float32Converter) Zero() protoreflect.Value { return c.def }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)